home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / zero / zero-README < prev    next >
Text File  |  1993-01-11  |  1KB  |  26 lines

  1. README file accompanying "zero.sty" and "zero-test.tex"
  2.  
  3. At the Department of Math and CS of Eindhoven Univ of Technology we
  4. (especially some of the CS people) have developed the habit to start
  5. numbering at zero.  To support this habit, I wrote a LaTeX style file
  6. "zero.sty" that makes numbering start at zero instead of one, whenever
  7. appropriate.  It is, for instance, not appropriate for things numbered
  8. with styles other than arabic, such as items in an enumerated
  9. list at the third level: these are numbered by roman numerals.
  10.  
  11. The style option "zero" can also be used to make any counter start
  12. numbering at any other value of your choice.  The main implementation
  13. problem is that some counters are reset by LaTeX whenever some other
  14. counter steps.  For instance, this is the case with subsection
  15. numbers:  the subsection counter gets reset whenever the section
  16. counter is incremented.  The value to which LaTeX resets such a counter
  17. is "hardwired" into the code in several places.  The style option
  18. "zero" provides a neat solution.
  19.  
  20. Read the USAGE information included in the LaTeX source code of
  21. "zero.sty" for more details.  Also included is a LaTeX test file
  22. "zero-test.tex" to show you what the effect is of using option "zero".
  23. You may want to change some of the options in the test file, for
  24. instance, removing "a4wide".
  25.  
  26.